-
Notifications
You must be signed in to change notification settings - Fork 117
Update rules_rust to v0.67.0 (with Rust v1.90.0). #334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
PiotrSikora
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
If that's not too much to ask, could you split this into 2 PRs (bump MSRV to Rust 1.68 to fix the CI - changes in .github/workflows/rust.yml and Cargo.toml), and then update rules_rust to 0.67 (which ships with Rust 1.90 or something - we should verify the exact version for the commit message).
PiotrSikora
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also bump the Rust version to latest supported version? It looks like rules_rust stopped updating the default version in recent releases.
You need to replace rust_repositories() with rust_repositories(versions = ["1.90.0"]) in bazel/dependencies.bzl.
26c8293 to
859fdfa
Compare
01fcced to
a2c018b
Compare
|
Could you resolve merge conflict here ( |
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
a2c018b to
707a7a3
Compare
|
That's ready for your review |
Description
update rules_rust to 0.67.0